CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman coding

搜索资源列表

  1. huffman

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本,试用java语言设计一个哈夫曼编码系统。通过本课程设计,应使学生掌握哈夫曼编码的特点、储存方法和基本原理,培养学生利用java语言正确编写程序及调试程序的能力,运用数据结构知识解决实际问题的能力。-Communicate using Huffman coding can greatly improve the channel utilization, reduce transmission time informati
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1009
    • 提供者:曹文生
  1. Huffman

    0下载:
  2. 完成流程编码和huffman编码,适合做图像编码的熵编码,只要调整接口就好。-Complete the process encoding and huffman coding, image coding suitable for entropy coding, as long as the adjustment of the interface is like.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:21874
    • 提供者:ShaoWenjian
  1. Huffman-coding

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。 -Image Huffman coding
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:360485
    • 提供者:宋杰
  1. Huffman

    0下载:
  2. 此文件实现了对256*256像素的图片进行霍夫曼编码和解码的过程-This file use Huffman coding method to code and decode any 256*256 picture, turn out the result in binary code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2213
    • 提供者:alvin
  1. Huffman--coding-and--decoding

    0下载:
  2. 根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。 可实现以下功能: (1)输入一段字符串,统计其中每个字符的频度 (2)求每个字符的HUFMAN-CODE (3)对(1)中的字符串译码 (4)对(3)中的译码再解码.-huffman coding and decoding program
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:8527
    • 提供者:lsh
  1. huffman-coding

    0下载:
  2. 该程序是实现输入一串字符后对其进行哈夫曼编码输出-huffman coding
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1229
    • 提供者:鲁勇
  1. Huffman-coding

    0下载:
  2. 哈夫曼编码是哈夫曼树(最优二叉树)在通信编码中的应用。在本程序中,只定义了5个数据的哈夫曼编码,分别输入五个数据的权值,就可以得出最终的哈夫曼编码。-Huffman coding is Huffman tree (the optimal binary tree) in the communication code of the application. In this program, only the data defined Huffman 5, respectively, the weig
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:49500
    • 提供者:sy
  1. simple-huffman-coding

    0下载:
  2. huffman编码 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本-huffman encoding using Huffman coding can greatly improve the communication channel utilization, reduce transmission time information and reduce transmission costs
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:363790
    • 提供者:
  1. huffman

    0下载:
  2. 生成霍夫曼编码和解码程序,本程序包含几个子程序,主程序会自动调用。-Generate Huffman coding and decoding procedures, the program contains several subroutines, the main program will automatically call.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5966
    • 提供者:李永强
  1. huffman

    0下载:
  2. huffman 压缩 解压。基于Huffman 编码的无损压缩(lossless data compression)和解压缩算法。 假设压缩和解压缩程序分别为huffmanEnc, huffmanDec。-huffman compression decompression. Lossless compression based on Huffman coding (lossless data compression) and decompression algorithms. Assuming
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:161046
    • 提供者:Yuan
  1. Huffman-Coding

    0下载:
  2. 本文件描述了哈夫曼编码的原理,以及用Matlab软件实现哈夫曼编码,即给出一个文本,即可用哈夫曼原理实现编码。-This paper describes the principles of Huffman coding, and Huffman coding with Matlab software, that gives a text, you can achieve with the principle of Huffman coding.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:14122
    • 提供者:Ling Li
  1. Huffman-Coding

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:2214
    • 提供者:chenyuhao
  1. (Huffman-Coding

    0下载:
  2. 哈弗曼编码 数据结构 哈弗曼树 以树的形式运行出结果 -Huffman Coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:59392
    • 提供者:云焉
  1. Huffman-Coding

    0下载:
  2. 进行哈夫曼编码,输入自动排出, 进行哈夫曼编码,输入自动排出-Huffman Coding sorry English is no good
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3573
    • 提供者:sunleng
  1. Huffman-coding

    0下载:
  2. 哈弗曼编码。如果你想存储一些数据信息,可以通过此系统将其进行哈弗曼编码进行存储-Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:5556
    • 提供者:小强
  1. Huffman-Coding

    0下载:
  2. 哈夫曼编码的matlab程序,保证完整和正确-the matlab process of Huffman Coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:11604
    • 提供者:zhengshuai
  1. Huffman-coding-version-2

    0下载:
  2. 一个哈夫曼树的编码版本,重要的是注释很多,适合初学者慢慢研究-Huffman coding version 2
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:7505
    • 提供者:王晓峰
  1. Huffman-a-Extended-Huffman-coding

    0下载:
  2. Brief descr iption of Huffman and Extended Huffman Coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:94571
    • 提供者:Nishant
  1. Huffman-coding

    0下载:
  2. 哈弗曼编码,使用递归算法,实现哈弗曼编码-Huffman coding Recursive method
  3. 所属分类:source in ebook

    • 发布日期:2017-05-01
    • 文件大小:892246
    • 提供者:张伟
  1. Huffman-Coding

    0下载:
  2. 老师做的一个关于huffma编码的程序,用来加深我们对huffman编码的理解。程序使用c写的,希望对大家有用。-The teachers do a on huffma encoding procedures used to deepen our understanding of huffman coding. Programs written using c, the hope that useful.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3649
    • 提供者:小陈
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com